home *** CD-ROM | disk | FTP | other *** search
- #include <exec/types.h>
- /*----- Sprite format: h = 32 ------ */
- /*--Sprite containing lower order two planes: */
- UWORD __chip Del[68] = {
- 0x0000, 0x0000, /* VStart, VStop */
- 0x4000, 0x4000, /* .@.............. */
- 0x8000, 0x4000, /* oO.............. */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0xe7a0, 0xe7a0, /* @@@..@@@@.@..... */
- 0xf7f0, 0x9420, /* @oo@.@oooo@o.... */
- 0xdf30, 0x9720, /* @o.@o@@@..@o.... */
- 0xdfb0, 0x9420, /* @o.@o@ooo.@o.... */
- 0xefb8, 0xe7b8, /* @@@.o@@@@.@@@... */
- 0x73dc, 0x0000, /* .ooo..oooo.ooo.. */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000, /* ................ */
- 0x0000, 0x0000 }; /* End of Sprite */
-
-